Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next

From SearchDomino.com

This is from an article:

In Formula language, it's a little trickier. You cannot set field contents directly. Instead, you pass them to @Mailsend as arguments. If @Mailsend does not have the argument you need, then you have to have the value set in the Lotus Notes document before you send it, and then use the @Mailsend parameter that causes certain fields to be included. Depending on your application, this may or may not be practical.
If your Domino Web application is creating a document, and that document is the one that contains the button and that is being sent out, then simply add a computed field called principal to the form. Give this field a formula to set its value to the readable value you would like. Be sure to note that in Lotus Notes, this value does not have to correspond to a real, addressable user. But if it doesn't, make sure you also add a "Replyto" field which does.

Now to your @mailsend command, add the "bodyfields" argument to tell it to include the principal and "Replyto" fields calculated when the document is created:

@MailSend( "sendTo" ; "" ; "" ; "subject" ;
"remark" ; "principal":"replyto" )

http://searchdomino.techtarget.com/answer/Customize-the-principal-field-of-outgoing-email-messages


Feedback response number WEBB8GRLWH created by ~Evelyn Breboosizenoden on 05/11/2011

@MailSend Question . . . (~Evelyn Rereber... 11.May.11)
. . From SearchDomino.com (~Evelyn Breboos... 11.May.11)
. . . . Gave it a try (~Evelyn Rereber... 11.May.11)
. . . . . . @Mailsend (~Evelyn Breboos... 12.May.11)
. . . . . . . . No Good (~Evelyn Rereber... 15.May.11)
. . Using LotusScript (~George Pregero... 11.May.11)
. . If using @MailSend from an Agent, t... (~Chris Quetwebe... 12.May.11)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS